[5.2] Show a warning when there are due tasks#43491
Merged
pe7er merged 15 commits intojoomla:5.2-devfrom Jul 2, 2024
Merged
Conversation
brianteeman
reviewed
May 19, 2024
administrator/components/com_scheduler/src/Model/TasksModel.php
Outdated
Show resolved
Hide resolved
zero-24
commented
May 19, 2024
administrator/components/com_scheduler/src/Model/TasksModel.php
Outdated
Show resolved
Hide resolved
Quy
reviewed
May 21, 2024
Co-authored-by: Quy <quy@nomonkeybiz.com>
Contributor
Contributor
Author
|
Please try again @Quy |
Quy
reviewed
May 23, 2024
Co-authored-by: Quy <quy@nomonkeybiz.com>
Member
|
@zero-24 Is this a bug fix or a new feature? |
Contributor
Author
|
Moved to 5.2 looking forward to tests on this PR so it can be merged. |
Contributor
|
I have tested this item ✅ successfully on c850fd8 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/43491. |
1 similar comment
Contributor
|
I have tested this item ✅ successfully on c850fd8 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/43491. |
Contributor
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/43491. |
Contributor
|
Thanks @zero-24 ! |
Kostelano
added a commit
to JPathRu/localisation
that referenced
this pull request
Sep 19, 2024
joomla/joomla-cms#43232 + joomla/joomla-cms#43378 + joomla/joomla-cms#43216 + joomla/joomla-cms#43260 + joomla/joomla-cms#43386 + joomla/joomla-cms#43575 + joomla/joomla-cms#43491 + joomla/joomla-cms#43760 - (upmerge, внесено в 5.1х) joomla/joomla-cms#43247 + joomla/joomla-cms#43579 + joomla/joomla-cms#43690 + joomla/joomla-cms#43829 + joomla/joomla-cms#43840 + joomla/joomla-cms#43841 + joomla/joomla-cms#43885 - (upmerge, только для др. пакетов) joomla/joomla-cms#43223 + joomla/joomla-cms#43810 - (только для en-GB) joomla/joomla-cms#43898 + joomla/joomla-cms#43432 + joomla/joomla-cms#43870 + joomla/joomla-cms#42850 + joomla/joomla-cms#43937 - (upmerge, только для др. пакетов) joomla/joomla-cms#43862 + joomla/joomla-cms#43975 + joomla/joomla-cms#43910 + joomla/joomla-cms#43965 + joomla/joomla-cms#43738 + joomla/joomla-cms#43814 + joomla/joomla-cms#44000 + joomla/joomla-cms#44050 + (upmerge, с 4.4.9) joomla/joomla-cms#43966 + joomla/joomla-cms#44065 +
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary of Changes
Show next run, show list by next run and show a warning when there are due tasks
Testing Instructions
Go to the database -> #__scheduler_tasks take one task and set the

next_executiondate to someting in the pastReload the scheduled tasks list and notice the message that comes up

Use the "Test " button
Notice the message is gone, it will come up of course as soon as there is another due task which is not run
Actual result BEFORE applying this Pull Request
No way to detect not run tasks or get to know the next tasks to trigger.
Expected result AFTER applying this Pull Request
Link to documentations
Please select:
Documentation link for docs.joomla.org: https://help.joomla.org/proxy?keyref=Help51:Scheduled_Tasks&lang=en
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed